home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Deutsche Edition 1
/
Deutsche Edition 1.iso
/
amok
/
081-090
/
amok84
/
reqtools_2.1d
/
glue.lha
/
Glue
/
Dice
/
src
/
rtLockWindow.asm
< prev
next >
Wrap
Assembly Source File
|
1992-07-09
|
141b
|
15 lines
INCLUDE "ReqTools.i"
XDEF _rtLockWindow
_rtLockWindow:
move.l a6,-(a7)
RTB
move.l 8(a7),a0
jsr -156(a6)
move.l (a7)+,a6
rts
END